home *** CD-ROM | disk | FTP | other *** search
- IFND DIGNET_I
- DIGNET_I SET 1
-
- **
- ** dignet.library include
- **
- ** Copyright © 1997 by Kenneth "Kenny" Nilsen/Digital Surface
- **
- ** $VER: DIGNET_I 1.0 (12.3.97)
- **
- **
-
-
- * Error codes
-
- DNETERROR_OK EQU 0 ;everything is ok
- DNETERROR_OVERFLOW EQU -1 ;buffer overflow (your string buffer)
- DNETERROR_WRONGNET EQU -2 ;you tried to free wrong net structure
-
- ENDC ;DIGNET_I
-
-